home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / science / simst35.zip / INSTALL._D2 / SIM2LOG.SCR < prev    next >
Text File  |  1994-08-25  |  2KB  |  72 lines

  1. SET COLOR BLACK ON CYAN;
  2. IF $MONO SET COLOR BLACK ON LIGHTGRAY;
  3.  
  4. CLS;
  5.  
  6. BOX
  7. LOGISTIC v3.11 is a powerful logistic regression program
  8. written by Gerard E. Dallal and available as a freeware
  9. program from the author.
  10. ENDBOX;
  11.  
  12. BOX
  13. LOGISTIC fits the multiple logistic regression model
  14.  
  15.     log (P(Y=1|x1,...,xp)/P(Y=0|x1,...,xp)) =
  16.                                b0 + b1*x1 + ... + bp*xp
  17.  
  18. or, equivalently,
  19.  
  20.     P(Y=1|x1,...,xp) =
  21.               1 / [1 + exp(- b0 - b1*x1 - ... - bp*xp)]
  22. ENDBOX;
  23.  
  24. BOX
  25. Output includes the likelihood ratio statistic for overall
  26. significance, parameter estimates, exponentiated parameter
  27. estimates, Wald statistics for assessing the effects of
  28. independent variables, and confidence intervals for the
  29. regression parameters.
  30. ENDBOX;
  31.  
  32. BOX
  33. You can also obtain likelihood ratio statistics for
  34. the significance of each variable and a classification
  35. table to aid in assessing the adequacy of the fitted
  36. model.  If 3 of more rows have positive totals, a
  37. Hosmer-Lemeshow goodness-of-fit statistic is computed
  38. along with its P-value.
  39. ENDBOX;
  40.  
  41. BOX
  42. LOGISTIC can be run as a standalone program (command mode)
  43. or from within EPI-INFO.  It can also be integrated within
  44. SIMSTAT using the SIM2LOG addin program.  This addin is
  45. provides as a bonus to all registered users of SIMSTAT
  46. along with a fee copy of LOGISTIC.
  47. ENDBOX;
  48.  
  49. BOX
  50. To obtain more information about LOGISTIC v3.11,
  51. contact its author at the following address:
  52.  
  53.             Gerard E. Dallal
  54.             54 High Plain Road
  55.             Andover, MA  01810
  56. ENDBOX;
  57.  
  58.  
  59. BOX
  60. Further information about SIM2LOG can be obtained
  61. at the following addresses.
  62.  
  63.    By mail:  Normand Peladeau
  64.              Provalis Research
  65.              5000, Adam street
  66.              Montreal, QC
  67.              H1V 1W5
  68.  
  69.   By Email:  CompuServe: [71760,2103]
  70.              Internet: 71770.2103@compuserve.com
  71. ENDBOX;
  72.